-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
domakas
commented
Jan 30, 2015
- Added ui-scroll
- Added infinite scroller
- Added loader
* Added ui-scroll * Added infinite scroller * Added loader
Looks like a fix for #221 |
The ui-scroll is still not available right ? I don't see the changes in the latest build. Will this be fixed anytime soon ? I cannot migrate from ui-select2 because of this .:( |
+1 |
+1, i see this PR is a month old without feedback, any ETA for this? |
I will try to add a example page for this when I have time, maybe it will be merged faster then. |
Whats the premise behind adding ui-scroll vs just native? |
@domakas DId u get time to look into this ? I am not able to migrate because of this . Please . |
Is this adding a dependency to other library? we should avoid external dependency and maybe work on compatibility |
I second that |
If we should avoid dependency - maybe it's option to add this as separate bower module, that integrates with ui-scroll on one side and with ui-select on another? |
Still haven't time to make the demo page, but I hope to make it soon. Regarding dependencies, I implemented ui-scroll just because of #316 suggestion. Either way, it's optional, you don't have to add ui-scroll to your project if you are not using this scrolling feature. @amcdnl ui-scroll adds support for "virtual scrolling", that is you can have 10k items in the list, and it would still perform normal. |
I wish I had a demo or a readme file instead of Digging the code for answers. Any ETA? |
Will this be merged into the master soon? ETA? |
@domakas Thanks for the work on this, but I need some assistance with an example or at least just how this would look to get it working. Specifically with the infinite attribute, I can't seem to put anything in there that works. So far i've pulled down your branch, built it, and put it in my source. Then tried to add it to an existing working ui-select example but i'm not getting any results. |
@scharfmedia, @nlevari, @rvoronyak without any tests nor documentation, the chances to get it merged seem pretty slim |
Hi, is this going to be included in the ui-select at all ? or is something that was cancelled ? |
how use ui-select + ui-scroll ?? is there some example ?? |
@domakas how can we use this? |
Sorry for delayed response for all of you. After some time working with this, it's still buggy and probably shouldn't be used yet. This requires big time effort to make it work properly, which I don't have at the moment. I will try to dig down a demo page, so someone maybe could continue working on this. Sorry for all the fuss. |